Skip to content

Commit

Permalink
This is NOT a working version. Work in progress related to cFitModelT…
Browse files Browse the repository at this point in the history
…oData function
  • Loading branch information
dchandran committed Dec 19, 2011
1 parent 53b1375 commit 2174b82
Show file tree
Hide file tree
Showing 25 changed files with 2,689 additions and 2,054 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ ENDIF(USE_DEBUG_MODE)
# cmake definitions for curl, sbml, and some other packages
#------------------------------------------------------------------------------
IF (WIN32)

SET(BUILD_OS WIN32)

ELSE(WIN32)

IF (UNIX)
Expand Down
236 changes: 0 additions & 236 deletions TC_structs.h

This file was deleted.

4 changes: 2 additions & 2 deletions copasi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ADD_DEFINITIONS(-DUSE_CLAPACK)
#ADD_DEFINITIONS(-DDEBUG_MATRIX)

ADD_DEFINITIONS(-DWITH_CSPMETHOD)
ADD_DEFINITIONS(-DTC_EXPORTS) #export tc_matrix and related tc_* functions
ADD_DEFINITIONS(-DC_EXPORTS) #export c_matrix and related c_* functions
ADD_DEFINITIONS(-DSBW_EXPORTS)
ADD_DEFINITIONS(-DLIBSBML_EXPORTS)
ADD_DEFINITIONS(-DENABLE_LAYOUT)
Expand Down Expand Up @@ -102,7 +102,7 @@ FILE( GLOB COPASI_SRC_FILES

FILE( GLOB COPASI_WRAPPER_SRC_FILES
${CMAKE_CURRENT_SOURCE_DIR}/copasi_api.cpp
${CMAKE_CURRENT_SOURCE_DIR}/../TC_structs.c
${CMAKE_CURRENT_SOURCE_DIR}/../cstructs.c
${CMAKE_CURRENT_SOURCE_DIR}/mtrand.c
)

Expand Down
Loading

0 comments on commit 2174b82

Please sign in to comment.