Changeset 4249
- Timestamp:
- Jun 13, 2005, 6:12:21 PM (21 years ago)
- Location:
- trunk/glueforge/templates/psdb
- Files:
-
- 2 edited
-
popfits_c.tt (modified) (2 diffs)
-
tests_makefile_am.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/templates/psdb/popfits_c.tt
r4192 r4249 7 7 psDB *dbh; 8 8 psFits *fits; 9 bool status;10 9 11 10 dbh = psDBInit("localhost", "test", NULL, "test"); … … 20 19 } 21 20 22 status = [% namespace %]PopFits(dbh, fits, 1); 23 if (!status) { 21 if (![% namespace %]PopFits(dbh, fits, 1)) { 24 22 exit(EXIT_FAILURE); 25 23 } -
trunk/glueforge/templates/psdb/tests_makefile_am.tt
r4169 r4249 53 53 pop \ 54 54 insertobject \ 55 popobject 55 popobject \ 56 popfits 56 57 57 58 AM_CPPFLAGS = -I$(top_srcdir)/src$
Note:
See TracChangeset
for help on using the changeset viewer.
